Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested pydantic dataclasses and doc fixes. #317

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

kschwab
Copy link
Contributor

@kschwab kschwab commented Jun 19, 2024

  • Fixes env and CLI parsing issue for nested pydantic dataclasses.
  • Fixes doc rendering of python code segments by removing "skip" parameters.
    • See current CLI doc output and search for py test="skip" for bad renders.
  • Cleans up some of the docs for CLI.

@hramezani
Copy link
Member

Thanks @kschwab

@hramezani hramezani merged commit 7ede0ec into pydantic:main Jun 20, 2024
18 checks passed
cutoffthetop referenced this pull request in robert-koch-institut/mex-common Jul 12, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pydantic-settings](https://togithub.com/pydantic/pydantic-settings)
([changelog](https://togithub.com/pydantic/pydantic-settings/releases))
| project.dependencies | patch | `==2.3.3` -> `==2.3.4` |

---

### Release Notes

<details>
<summary>pydantic/pydantic-settings (pydantic-settings)</summary>

###
[`v2.3.4`](https://togithub.com/pydantic/pydantic-settings/releases/tag/v2.3.4)

[Compare
Source](https://togithub.com/pydantic/pydantic-settings/compare/v2.3.3...v2.3.4)

#### What's Changed

- add in-place reloading in docs by
[@&#8203;nrolin](https://togithub.com/nrolin) in
[https://github.com/pydantic/pydantic-settings/pull/316](https://togithub.com/pydantic/pydantic-settings/pull/316)
- Nested pydantic dataclasses and doc fixes. by
[@&#8203;kschwab](https://togithub.com/kschwab) in
[https://github.com/pydantic/pydantic-settings/pull/317](https://togithub.com/pydantic/pydantic-settings/pull/317)
- Remove leftover docstring causing warning on `pydantic` docs build by
[@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) in
[https://github.com/pydantic/pydantic-settings/pull/321](https://togithub.com/pydantic/pydantic-settings/pull/321)

#### New Contributors

- [@&#8203;nrolin](https://togithub.com/nrolin) made their first
contribution in
[https://github.com/pydantic/pydantic-settings/pull/316](https://togithub.com/pydantic/pydantic-settings/pull/316)
- [@&#8203;sydney-runkle](https://togithub.com/sydney-runkle) made their
first contribution in
[https://github.com/pydantic/pydantic-settings/pull/321](https://togithub.com/pydantic/pydantic-settings/pull/321)

**Full Changelog**:
pydantic/pydantic-settings@v2.3.3...v2.3.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
@kschwab kschwab deleted the nested_dataclass_and_doc_fixes branch September 10, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants